home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ABUSESRC.ZIP / AbuseSrc / macabuse / imlib / include / gifread.hpp < prev    next >
C/C++ Source or Header  |  1997-05-20  |  147b  |  10 lines

  1. #ifndef _GIF_READ_H_
  2. #define _GIF_READ_H_
  3. #include "image.hpp"
  4. #include "palette.hpp"
  5. image *read_gif(char *fn, palette *&pal);
  6.  
  7. #endif
  8.  
  9.  
  10.